home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / flying-6.11 / cursor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-30  |  327 b   |  9 lines

  1. #define cursor_width 16
  2. #define cursor_height 16
  3. #define cursor_x_hot 8
  4. #define cursor_y_hot 8
  5. static char cursor_bits[] = {
  6.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  7.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
  8.    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
  9.